home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TFORMFIRSTRUNWITHTABS / TFORMFIRSTRUNWITHTABS.txt < prev   
Text File  |  2007-09-27  |  2KB  |  77 lines

  1. object FormFirstRunWithTabs: TFormFirstRunWithTabs
  2.   Left = 301
  3.   Top = 158
  4.   Width = 600
  5.   Height = 460
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderWidth = 5
  8.   Caption = 'Tabs in chat window'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 4
  23.     Top = 11
  24.     Width = 277
  25.     Height = 16
  26.     Alignment = taCenter
  27.     Caption = 'Do you want to use tabs in chat window?'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'Verdana'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Image1: TImage
  36.     Left = 48
  37.     Top = 128
  38.     Width = 497
  39.     Height = 217
  40.     Picture.Data = {<image000.bmp>}
  41.   end
  42.   object Label2: TLabel
  43.     Left = 24
  44.     Top = 392
  45.     Width = 214
  46.     Height = 13
  47.     Caption = '* You can change these settings later'
  48.   end
  49.   object RadioButton1: TRadioButton
  50.     Left = 64
  51.     Top = 64
  52.     Width = 481
  53.     Height = 17
  54.     Caption = 'I want to use tabs in chat window'
  55.     Checked = True
  56.     TabOrder = 0
  57.     TabStop = True
  58.   end
  59.   object RadioButton2: TRadioButton
  60.     Left = 64
  61.     Top = 96
  62.     Width = 489
  63.     Height = 17
  64.     Caption = 'I want to stay with multiple chat windows'
  65.     TabOrder = 1
  66.   end
  67.   object Button1: TButton
  68.     Left = 248
  69.     Top = 360
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     TabOrder = 2
  74.     OnClick = Button1Click
  75.   end
  76. end
  77.